FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / CreateLinkedReportAsync Method / CreateLinkedReportAsync(BatchHeader,String,String,String,Property[]) Method

In This Topic
    CreateLinkedReportAsync(BatchHeader,String,String,String,Property[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub CreateLinkedReportAsync( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Report As String, _
       ByVal Parent As String, _
       ByVal Link As String, _
       ByVal Properties() As Property _
    ) 
    public void CreateLinkedReportAsync( 
       BatchHeader BatchHeader,
       string Report,
       string Parent,
       string Link,
       Property[] Properties
    )

    Parameters

    BatchHeader
    Report
    Parent
    Link
    Properties
    See Also